| Fully Qualified Name: | Zend\InputFilter\UnknownInputsCapableInterface | 
Implementors of this interface may report on the existence of unknown input, as well as retrieve all unknown values.
| Name | Description | Defined By | 
|---|---|---|
| getUnknown() | Return the unknown input | UnknownInputsCapableInterface | 
| hasUnknown() | Is the data set has unknown input ? | UnknownInputsCapableInterface | 
Return the unknown input
Returns: array
Is the data set has unknown input ?
Returns: bool